Replace <sup>
and <sub>
where we can
#5012
Labels
MDN:Project
Anything related to larger core projects on MDN
<sup>
and <sub>
where we can
#5012
Uh oh!
There was an error while loading. Please reload this page.
Markdown doesn't provide a syntax for the
<sup>
and<sub>
elements. In #4578 we decided that we would use HTML for these elements when we have to, and replace them with something equivalent where we can.The "something equivalent" includes:
<sup>
See https://developer.mozilla.org/en-US/docs/MDN/Contribute/Markdown_in_MDN#superscript_and_subscript.
This bug is to give us a place where we can remove the use of these elements where we can.
The text was updated successfully, but these errors were encountered: